Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update chart democratic-csi ( 0.14.5 → 0.14.6 ) #3317

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Mar 26, 2024

This PR contains the following updates:

Package Update Change
democratic-csi patch 0.14.5 -> 0.14.6

Release Notes

democratic-csi/charts (democratic-csi)

v0.14.6

Compare Source

Released 2024-03-26

  • bump sidecar versions
  • new examples
  • support seLinuxMount on CSIDriver resource

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | democratic-csi | 0.14.5 | 0.14.6 |
@repo-jeeves repo-jeeves bot added renovate/helm Issue relates to a Renovate helm update type/patch Issue relates to a patch version bump cluster/nas size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Mar 26, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Mar 26, 2024

--- kubernetes/nas/apps/system/local-path-provisioner/app Kustomization: flux-system/system-local-path-provisioner HelmRelease: system/local-path-provisioner

+++ kubernetes/nas/apps/system/local-path-provisioner/app Kustomization: flux-system/system-local-path-provisioner HelmRelease: system/local-path-provisioner

@@ -12,13 +12,13 @@

     spec:
       chart: democratic-csi
       sourceRef:
         kind: HelmRepository
         name: democratic-csi-charts
         namespace: flux-system
-      version: 0.14.5
+      version: 0.14.6
   interval: 30m
   values:
     controller:
       enabled: true
       externalAttacher:
         enabled: false

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Mar 26, 2024

--- HelmRelease: system/local-path-provisioner DaemonSet: system/local-path-provisioner-node

+++ HelmRelease: system/local-path-provisioner DaemonSet: system/local-path-provisioner-node

@@ -18,14 +18,14 @@

       app.kubernetes.io/managed-by: Helm
       app.kubernetes.io/csi-role: node
       app.kubernetes.io/component: node-linux
   template:
     metadata:
       annotations:
-        checksum/secret: 86cf4c09decdfc552e0235a2fe04c8415aa4f17cf31218dabfe74ce6843be32d
-        checksum/configmap: 7647ed8ba3c5f1182388dee2f27450d2af03ec1ec620c688c4088a7e22a388fb
+        checksum/secret: a61ee6f3b7122bfdad84bafa593ff399d5b711e13fba0bc9c8c9f4dfb9a3ffed
+        checksum/configmap: e04032ff742280cfcd224c9e2286434ce3506c28ec738b1f67689c40f8dbe493
       labels:
         app.kubernetes.io/name: democratic-csi
         app.kubernetes.io/instance: local-path-provisioner
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/csi-role: node
         app.kubernetes.io/component: node-linux
@@ -134,23 +134,23 @@

         - name: extra-ca-certs
           mountPath: /tmp/certs
         - mountPath: /mnt/atlas/k8s/nas/local-path
           mountPropagation: Bidirectional
           name: local-hostpath
       - name: csi-proxy
-        image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.3
+        image: docker.io/democraticcsi/csi-grpc-proxy:v0.5.6
         env:
         - name: BIND_TO
           value: unix:///csi-data/csi.sock
         - name: PROXY_TO
           value: unix:///csi-data/csi.sock.internal
         volumeMounts:
         - mountPath: /csi-data
           name: socket-dir
       - name: driver-registrar
-        image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0
+        image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0
         args:
         - --v=5
         - --csi-address=/csi-data/csi.sock
         - --kubelet-registration-path=/var/lib/kubelet/plugins/org.democratic-csi.local-hostpath/csi.sock
         env:
         - name: KUBE_NODE_NAME

@szinn szinn merged commit 0e48e21 into main Mar 26, 2024
11 checks passed
@szinn szinn deleted the renovate/nas-democratic-csi-0.x branch March 26, 2024 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/helm Issue relates to a Renovate helm update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant